Skip to content

Automated Latest Dependency Updates#2704

Merged
amontanez24 merged 1 commit intomainfrom
latest-dependency-update-0491064
Oct 7, 2025
Merged

Automated Latest Dependency Updates#2704
amontanez24 merged 1 commit intomainfrom
latest-dependency-update-0491064

Conversation

@sdv-team
Copy link
Contributor

@sdv-team sdv-team commented Oct 6, 2025

This is an auto-generated PR with latest dependency updates.

@sdv-team sdv-team requested a review from a team as a code owner October 6, 2025 01:58
@sdv-team sdv-team requested review from amontanez24 and removed request for a team October 6, 2025 01:58
@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.18%. Comparing base (0491064) to head (98dd027).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2704      +/-   ##
==========================================
- Coverage   98.18%   98.18%   -0.01%     
==========================================
  Files          74       74              
  Lines        7771     7770       -1     
==========================================
- Hits         7630     7629       -1     
  Misses        141      141              
Flag Coverage Δ
integration 76.19% <ø> (-0.09%) ⬇️
unit 97.00% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@amontanez24 amontanez24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gsheni why did it remove the copulas import?

@gsheni
Copy link
Contributor

gsheni commented Oct 7, 2025

@amontanez24 In our latest dependency workflow, we install ruff and run a make fix-lint before putting up the changes. The new version of ruff contains a feature (astral-sh/ruff#20200), which resulted in removing the copulas import.

Details:

The sdv/single_table/copulas.py contains the following import (on main):

import copulas
import copulas.univariate
  • The import copulas.univariate automatically executes import copulas, so import copulas is always redundant in the presence of import copulas.univariate.

@amontanez24 amontanez24 merged commit ae6e1c0 into main Oct 7, 2025
90 checks passed
@amontanez24 amontanez24 deleted the latest-dependency-update-0491064 branch October 7, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants